[INFO] fetching crate oneiromancer 0.7.1...
[INFO] testing oneiromancer-0.7.1 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate oneiromancer 0.7.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate oneiromancer 0.7.1
[INFO] finished tweaking crates.io crate oneiromancer 0.7.1
[INFO] tweaked toml for crates.io crate oneiromancer 0.7.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate oneiromancer 0.7.1 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate oneiromancer 0.7.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded utf8-zero v0.8.1
[INFO] [stderr]   Downloaded smawk v0.3.2
[INFO] [stderr]   Downloaded document-features v0.2.12
[INFO] [stderr]   Downloaded litrs v1.0.0
[INFO] [stderr]   Downloaded spinners v4.2.0
[INFO] [stderr]   Downloaded cookie_store v0.22.1
[INFO] [stderr]   Downloaded rustls-webpki v0.103.10
[INFO] [stderr]   Downloaded ureq-proto v0.6.0
[INFO] [stderr]   Downloaded cc v1.2.57
[INFO] [stderr]   Downloaded ureq v3.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8800c0660be974ee2a8698c2047760d6a46c07ae03cf0c3f4dbd01fb9f83206a
[INFO] running `Command { std: "docker" "start" "-a" "8800c0660be974ee2a8698c2047760d6a46c07ae03cf0c3f4dbd01fb9f83206a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8800c0660be974ee2a8698c2047760d6a46c07ae03cf0c3f4dbd01fb9f83206a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8800c0660be974ee2a8698c2047760d6a46c07ae03cf0c3f4dbd01fb9f83206a", kill_on_drop: false }`
[INFO] [stdout] 8800c0660be974ee2a8698c2047760d6a46c07ae03cf0c3f4dbd01fb9f83206a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 03d0406d9ec8a3830f0e7fa0d1133455c1736cd1f75a63f8cb4d32db3b123606
[INFO] running `Command { std: "docker" "start" "-a" "03d0406d9ec8a3830f0e7fa0d1133455c1736cd1f75a63f8cb4d32db3b123606", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling utf8-zero v0.8.1
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling ureq-proto v0.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling strum v0.24.1
[INFO] [stderr]    Compiling spinners v4.2.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling rustls-webpki v0.103.10
[INFO] [stderr]    Compiling ureq v3.3.0
[INFO] [stderr]    Compiling oneiromancer v0.7.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized] target(s) in 30.70s
[INFO] running `Command { std: "docker" "inspect" "03d0406d9ec8a3830f0e7fa0d1133455c1736cd1f75a63f8cb4d32db3b123606", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03d0406d9ec8a3830f0e7fa0d1133455c1736cd1f75a63f8cb4d32db3b123606", kill_on_drop: false }`
[INFO] [stdout] 03d0406d9ec8a3830f0e7fa0d1133455c1736cd1f75a63f8cb4d32db3b123606
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 00173c883a302c2ed7e4a0f0468be3421803d02b57e8315ad5e43ba8e58a6db7
[INFO] running `Command { std: "docker" "start" "-a" "00173c883a302c2ed7e4a0f0468be3421803d02b57e8315ad5e43ba8e58a6db7", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling oneiromancer v0.7.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized] target(s) in 4.41s
[INFO] running `Command { std: "docker" "inspect" "00173c883a302c2ed7e4a0f0468be3421803d02b57e8315ad5e43ba8e58a6db7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00173c883a302c2ed7e4a0f0468be3421803d02b57e8315ad5e43ba8e58a6db7", kill_on_drop: false }`
[INFO] [stdout] 00173c883a302c2ed7e4a0f0468be3421803d02b57e8315ad5e43ba8e58a6db7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 41862b25106f1388760fcba913730f4d7d4222b75bed6d1bb80f2268982e57ae
[INFO] running `Command { std: "docker" "start" "-a" "41862b25106f1388760fcba913730f4d7d4222b75bed6d1bb80f2268982e57ae", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/oneiromancer-2680439510c1550c)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test tests::ollama_request_with_empty_model_fails ... ok
[INFO] [stdout] test tests::analyze_file_with_invalid_input_filepath_fails ... ok
[INFO] [stdout] test tests::analyze_code_works ... FAILED
[INFO] [stdout] test tests::analyze_code_with_empty_pseudocode_string_fails ... FAILED
[INFO] [stdout] test tests::analyze_code_with_default_parameters_works ... FAILED
[INFO] [stdout] test tests::analyze_file_with_empty_input_file_fails ... FAILED
[INFO] [stdout] test tests::analyze_file_with_default_parameters_works ... FAILED
[INFO] [stdout] test tests::analyze_file_works ... FAILED
[INFO] [stdout] test tests::ollama_request_with_empty_url_fails ... ok
[INFO] [stdout] test tests::ollama_request_with_wrong_model_fails ... ok
[INFO] [stdout] test tests::ollama_request_with_wrong_url_fails ... ok
[INFO] [stdout] test tests::ollama_request_works ... FAILED
[INFO] [stdout] test tests::run_with_invalid_input_filepath_fails ... ok
[INFO] [stdout] test tests::run_works ... FAILED
[INFO] [stdout] test tests::ollama_request_with_empty_prompt_returns_an_empty_response ... FAILED
[INFO] [stdout] test tests::run_with_empty_file_fails ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::analyze_code_works stdout ----
[INFO] [stdout] Error: io: Connection refused
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<oneiromancer::oneiromancer::OneiromancerError>>::from
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, oneiromancer::oneiromancer::OneiromancerError>>>::from_residual
[INFO] [stdout]    2: oneiromancer::tests::analyze_code_works
[INFO] [stdout]    3: oneiromancer::tests::analyze_code_works::{closure#0}
[INFO] [stdout]    4: <oneiromancer::tests::analyze_code_works::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]    5: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]    6: test::run_test::{closure#0}
[INFO] [stdout]    7: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]    8: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]    9: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   10: <unknown>
[INFO] [stdout]   11: clone
[INFO] [stdout] 
[INFO] [stdout] ---- tests::analyze_code_with_empty_pseudocode_string_fails stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::analyze_code_with_empty_pseudocode_string_fails' (17) panicked at src/lib.rs:371:9:
[INFO] [stdout] wrong error type returned: Err(OllamaQueryFailed(Io(Custom { kind: ConnectionRefused, error: "Connection refused" })))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ae53934569a - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5ae53935d47a - core[786f478f706679df]::fmt::write
[INFO] [stdout]    2:     0x5ae53934bd52 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5ae5393211bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5ae53933c4d9 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]    5:     0x5ae53908426c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5ae53933c692 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5ae539321278 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5ae539318529 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5ae53932223d - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]   10:     0x5ae53935dcbc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5ae538d8330c - oneiromancer[2965500814582040]::tests::analyze_code_with_empty_pseudocode_string_fails
[INFO] [stdout]   12:     0x5ae538d7f3e3 - oneiromancer[2965500814582040]::tests::analyze_code_with_empty_pseudocode_string_fails::{closure#0}
[INFO] [stdout]   13:     0x5ae538d8d466 - <oneiromancer[2965500814582040]::tests::analyze_code_with_empty_pseudocode_string_fails::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5ae53907834b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]   15:     0x5ae539084d3b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5ae539080454 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5ae539087942 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5ae539344daf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x747da2be2aa4 - <unknown>
[INFO] [stdout]   20:     0x747da2c6fa64 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::analyze_code_with_default_parameters_works stdout ----
[INFO] [stdout] Error: io: Connection refused
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<oneiromancer::oneiromancer::OneiromancerError>>::from
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, oneiromancer::oneiromancer::OneiromancerError>>>::from_residual
[INFO] [stdout]    2: oneiromancer::tests::analyze_code_with_default_parameters_works
[INFO] [stdout]    3: oneiromancer::tests::analyze_code_with_default_parameters_works::{closure#0}
[INFO] [stdout]    4: <oneiromancer::tests::analyze_code_with_default_parameters_works::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]    5: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]    6: test::run_test::{closure#0}
[INFO] [stdout]    7: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]    8: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]    9: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   10: <unknown>
[INFO] [stdout]   11: clone
[INFO] [stdout] 
[INFO] [stdout] ---- tests::analyze_file_with_empty_input_file_fails stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::analyze_file_with_empty_input_file_fails' (20) panicked at src/lib.rs:420:9:
[INFO] [stdout] wrong error type returned: Err(FileReadFailed(Os { code: 2, kind: NotFound, message: "No such file or directory" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ae53934569a - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5ae53935d47a - core[786f478f706679df]::fmt::write
[INFO] [stdout]    2:     0x5ae53934bd52 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5ae5393211bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5ae53933c4d9 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]    5:     0x5ae53908426c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5ae53933c692 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5ae539321278 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5ae539318529 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5ae53932223d - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]   10:     0x5ae53935dcbc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5ae538d829cf - oneiromancer[2965500814582040]::tests::analyze_file_with_empty_input_file_fails
[INFO] [stdout]   12:     0x5ae538d7f323 - oneiromancer[2965500814582040]::tests::analyze_file_with_empty_input_file_fails::{closure#0}
[INFO] [stdout]   13:     0x5ae538d8d366 - <oneiromancer[2965500814582040]::tests::analyze_file_with_empty_input_file_fails::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5ae53907834b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]   15:     0x5ae539084d3b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5ae539080454 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5ae539087942 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5ae539344daf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x747da2be2aa4 - <unknown>
[INFO] [stdout]   20:     0x747da2c6fa64 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::analyze_file_with_default_parameters_works stdout ----
[INFO] [stdout] Error: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<oneiromancer::oneiromancer::OneiromancerError>>::from
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, oneiromancer::oneiromancer::OneiromancerError>>>::from_residual
[INFO] [stdout]    2: oneiromancer::tests::analyze_file_with_default_parameters_works
[INFO] [stdout]    3: oneiromancer::tests::analyze_file_with_default_parameters_works::{closure#0}
[INFO] [stdout]    4: <oneiromancer::tests::analyze_file_with_default_parameters_works::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]    5: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]    6: test::run_test::{closure#0}
[INFO] [stdout]    7: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]    8: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]    9: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   10: <unknown>
[INFO] [stdout]   11: clone
[INFO] [stdout] 
[INFO] [stdout] ---- tests::analyze_file_works stdout ----
[INFO] [stdout] Error: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<oneiromancer::oneiromancer::OneiromancerError>>::from
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, oneiromancer::oneiromancer::OneiromancerError>>>::from_residual
[INFO] [stdout]    2: oneiromancer::tests::analyze_file_works
[INFO] [stdout]    3: oneiromancer::tests::analyze_file_works::{closure#0}
[INFO] [stdout]    4: <oneiromancer::tests::analyze_file_works::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]    5: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]    6: test::run_test::{closure#0}
[INFO] [stdout]    7: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]    8: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]    9: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   10: <unknown>
[INFO] [stdout]   11: clone
[INFO] [stdout] 
[INFO] [stdout] ---- tests::ollama_request_works stdout ----
[INFO] [stdout] Error: io: Connection refused
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<oneiromancer::oneiromancer::OneiromancerError>>::from
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, oneiromancer::oneiromancer::OneiromancerError>>>::from_residual
[INFO] [stdout]    2: oneiromancer::tests::ollama_request_works
[INFO] [stdout]    3: oneiromancer::tests::ollama_request_works::{closure#0}
[INFO] [stdout]    4: <oneiromancer::tests::ollama_request_works::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]    5: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]    6: test::run_test::{closure#0}
[INFO] [stdout]    7: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]    8: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]    9: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   10: <unknown>
[INFO] [stdout]   11: clone
[INFO] [stdout] 
[INFO] [stdout] ---- tests::run_works stdout ----
[INFO] [stdout] Error: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<std::io::error::Error>>::from
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, std::io::error::Error>>>::from_residual
[INFO] [stdout]    2: oneiromancer::tests::run_works
[INFO] [stdout]    3: oneiromancer::tests::run_works::{closure#0}
[INFO] [stdout]    4: <oneiromancer::tests::run_works::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]    5: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]    6: test::run_test::{closure#0}
[INFO] [stdout]    7: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]    8: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]    9: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   10: <unknown>
[INFO] [stdout]   11: clone
[INFO] [stdout] 
[INFO] [stdout] ---- tests::ollama_request_with_empty_prompt_returns_an_empty_response stdout ----
[INFO] [stdout] Error: io: Connection refused
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<oneiromancer::oneiromancer::OneiromancerError>>::from
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, oneiromancer::oneiromancer::OneiromancerError>>>::from_residual
[INFO] [stdout]    2: oneiromancer::tests::ollama_request_with_empty_prompt_returns_an_empty_response
[INFO] [stdout]    3: oneiromancer::tests::ollama_request_with_empty_prompt_returns_an_empty_response::{closure#0}
[INFO] [stdout]    4: <oneiromancer::tests::ollama_request_with_empty_prompt_returns_an_empty_response::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]    5: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]    6: test::run_test::{closure#0}
[INFO] [stdout]    7: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]    8: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]    9: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   10: <unknown>
[INFO] [stdout]   11: clone
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::analyze_code_with_default_parameters_works
[INFO] [stdout]     tests::analyze_code_with_empty_pseudocode_string_fails
[INFO] [stdout]     tests::analyze_code_works
[INFO] [stdout]     tests::analyze_file_with_default_parameters_works
[INFO] [stdout]     tests::analyze_file_with_empty_input_file_fails
[INFO] [stdout]     tests::analyze_file_works
[INFO] [stdout]     tests::ollama_request_with_empty_prompt_returns_an_empty_response
[INFO] [stdout]     tests::ollama_request_works
[INFO] [stdout]     tests::run_works
[INFO] [stdout] 
[INFO] [stderr] 
.   Querying the Oneiromancer
..  Querying the Oneiromancererror: test failed, to rerun pass `--lib`
[INFO] [stdout] test result: FAILED. 7 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "41862b25106f1388760fcba913730f4d7d4222b75bed6d1bb80f2268982e57ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41862b25106f1388760fcba913730f4d7d4222b75bed6d1bb80f2268982e57ae", kill_on_drop: false }`
[INFO] [stdout] 41862b25106f1388760fcba913730f4d7d4222b75bed6d1bb80f2268982e57ae
